From 60fc0e7d8da769284835ca41939dc2f1e8a72f42 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Thu, 1 Aug 2024 17:25:09 -0500 Subject: [PATCH] Move table rows into their own %def --- src/pgwui_bulk_upload/templates/bulk_upload.mak | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pgwui_bulk_upload/templates/bulk_upload.mak b/src/pgwui_bulk_upload/templates/bulk_upload.mak index 60e94c2..d41b5d0 100644 --- a/src/pgwui_bulk_upload/templates/bulk_upload.mak +++ b/src/pgwui_bulk_upload/templates/bulk_upload.mak @@ -107,5 +107,7 @@

Upload Into Multiple Tables

-<% tab_index = self.attr.TabIndex() %> -<%self:main_form tab_index="${tab_index}" args="tab_index" /> +<% + tab_index = self.attr.TabIndex() + self.main_form(tab_index) +%> \ No newline at end of file -- 2.34.1